Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 774c3a26a9247363155de27de0592e423e06135e


Parents : d6e7c6d
Author : Ivan <ivan@quad4.io>
Signature : Invalid signer <e46112d44649266d71fe2193e00a4710>, author is <ivan@quad4.io>
Date : 2026-07-07T23:08:24-05:00

style(issue_templates): format

Changes

3 files changed, 136 insertions(+), 136 deletions(-)


Diff

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 1818a647..71aa2cc3 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -2,93 +2,93 @@ name: Bug Report
description: Report something that is broken or crashes
title: "[Bug]: "
labels:
- - bug
+ - bug
body:
- - type: markdown
- attributes:
- value: |
- Thanks for taking the time to report a bug. Please fill in the fields below so we can reproduce the issue.
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to report a bug. Please fill in the fields below so we can reproduce the issue.
- - type: input
- id: version
- attributes:
- label: MeshChatX version
- description: The version shown in Settings or the release you installed (for example 4.8.0).
- placeholder: "4.8.0"
- validations:
- required: true
+ - type: input
+ id: version
+ attributes:
+ label: MeshChatX version
+ description: The version shown in Settings or the release you installed (for example 4.8.0).
+ placeholder: "4.8.0"
+ validations:
+ required: true
- - type: dropdown
- id: os
- attributes:
- label: Operating system
- description: Which OS were you using when the bug occurred?
- options:
- - Windows 11
- - Windows 10
- - Linux
- - macOS
- - Android
- - Other
- validations:
- required: true
+ - type: dropdown
+ id: os
+ attributes:
+ label: Operating system
+ description: Which OS were you using when the bug occurred?
+ options:
+ - Windows 11
+ - Windows 10
+ - Linux
+ - macOS
+ - Android
+ - Other
+ validations:
+ required: true
- - type: input
- id: os-other
- attributes:
- label: OS details (if Other)
- description: Distribution, build, or device model (for example Ubuntu 24.04, Pixel 8).
- placeholder: "Ubuntu 24.04 LTS"
+ - type: input
+ id: os-other
+ attributes:
+ label: OS details (if Other)
+ description: Distribution, build, or device model (for example Ubuntu 24.04, Pixel 8).
+ placeholder: "Ubuntu 24.04 LTS"
- - type: dropdown
- id: install-method
- attributes:
- label: How did you install MeshChatX?
- options:
- - Windows installer / portable
- - Linux AppImage / deb / Flatpak
- - macOS app
- - Android APK
- - pip / uv / source checkout
- - Docker
- - Other
- validations:
- required: true
+ - type: dropdown
+ id: install-method
+ attributes:
+ label: How did you install MeshChatX?
+ options:
+ - Windows installer / portable
+ - Linux AppImage / deb / Flatpak
+ - macOS app
+ - Android APK
+ - pip / uv / source checkout
+ - Docker
+ - Other
+ validations:
+ required: true
- - type: textarea
- id: description
- attributes:
- label: What happened?
- description: Describe the bug and what you expected instead.
- placeholder: When I enable an RNode over BLE interface on Windows 11, the backend crashes with...
- validations:
- required: true
+ - type: textarea
+ id: description
+ attributes:
+ label: What happened?
+ description: Describe the bug and what you expected instead.
+ placeholder: When I enable an RNode over BLE interface on Windows 11, the backend crashes with...
+ validations:
+ required: true
- - type: textarea
- id: reproduction
- attributes:
- label: Steps to reproduce
- description: Numbered steps that reliably trigger the issue.
- placeholder: |
- 1. Open MeshChatX 4.8.0 on Windows 11
- 2. Add an RNode interface with port ble://...
- 3. Restart the app
- validations:
- required: true
+ - type: textarea
+ id: reproduction
+ attributes:
+ label: Steps to reproduce
+ description: Numbered steps that reliably trigger the issue.
+ placeholder: |
+ 1. Open MeshChatX 4.8.0 on Windows 11
+ 2. Add an RNode interface with port ble://...
+ 3. Restart the app
+ validations:
+ required: true
- - type: textarea
- id: logs
- attributes:
- label: Logs or error output
- description: Paste relevant console output, log lines, or screenshots.
- render: shell
+ - type: textarea
+ id: logs
+ attributes:
+ label: Logs or error output
+ description: Paste relevant console output, log lines, or screenshots.
+ render: shell
- - type: checkboxes
- id: terms
- attributes:
- label: Checklist
- options:
- - label: I searched existing issues to avoid duplicates
- required: true
- - label: I included my MeshChatX version and operating system
- required: true
+ - type: checkboxes
+ id: terms
+ attributes:
+ label: Checklist
+ options:
+ - label: I searched existing issues to avoid duplicates
+ required: true
+ - label: I included my MeshChatX version and operating system
+ required: true

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 8ca58a41..81610d14 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- - name: Contributing guide
- url: https://github.com/Quad4-Software/MeshChatX/blob/master/CONTRIBUTING.md
- about: Code is submitted as patches over Reticulum, not pull requests
- - name: Discussions
- url: https://github.com/Quad4-Software/MeshChatX/discussions
- about: Ask questions or share ideas with the community
+ - name: Contributing guide
+ url: https://github.com/Quad4-Software/MeshChatX/blob/master/CONTRIBUTING.md
+ about: Code is submitted as patches over Reticulum, not pull requests
+ - name: Discussions
+ url: https://github.com/Quad4-Software/MeshChatX/discussions
+ about: Ask questions or share ideas with the community

diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 78a3984b..d3c2b7db 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -2,59 +2,59 @@ name: Feature Request
description: Suggest an improvement or new capability
title: "[Feature]: "
labels:
- - enhancement
+ - enhancement
body:
- - type: markdown
- attributes:
- value: |
- Describe what you want and why it would help. Include version and OS when platform support matters.
+ - type: markdown
+ attributes:
+ value: |
+ Describe what you want and why it would help. Include version and OS when platform support matters.
- - type: input
- id: version
- attributes:
- label: MeshChatX version
- description: The version you are using today, if relevant.
- placeholder: "4.8.0"
+ - type: input
+ id: version
+ attributes:
+ label: MeshChatX version
+ description: The version you are using today, if relevant.
+ placeholder: "4.8.0"
- - type: dropdown
- id: os
- attributes:
- label: Operating system
- options:
- - Windows 11
- - Windows 10
- - Linux
- - macOS
- - Android
- - All platforms
- - Other
- validations:
- required: true
+ - type: dropdown
+ id: os
+ attributes:
+ label: Operating system
+ options:
+ - Windows 11
+ - Windows 10
+ - Linux
+ - macOS
+ - Android
+ - All platforms
+ - Other
+ validations:
+ required: true
- - type: input
- id: os-other
- attributes:
- label: OS details (if Other)
- placeholder: "Ubuntu 24.04 LTS"
+ - type: input
+ id: os-other
+ attributes:
+ label: OS details (if Other)
+ placeholder: "Ubuntu 24.04 LTS"
- - type: textarea
- id: problem
- attributes:
- label: Problem or use case
- description: What are you trying to do, and what is missing today?
- validations:
- required: true
+ - type: textarea
+ id: problem
+ attributes:
+ label: Problem or use case
+ description: What are you trying to do, and what is missing today?
+ validations:
+ required: true
- - type: textarea
- id: proposal
- attributes:
- label: Proposed solution
- description: How would you like this to work?
- validations:
- required: true
+ - type: textarea
+ id: proposal
+ attributes:
+ label: Proposed solution
+ description: How would you like this to work?
+ validations:
+ required: true
- - type: textarea
- id: alternatives
- attributes:
- label: Alternatives considered
- description: Any workarounds you tried.
+ - type: textarea
+ id: alternatives
+ attributes:
+ label: Alternatives considered
+ description: Any workarounds you tried.


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────